home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / xfr_qm16.zip / GSZMODSZ.BAT < prev    next >
DOS Batch File  |  1991-09-16  |  625b  |  18 lines

  1. @echo off
  2. REM :"Place your own configuration for GSZ in the lines below."
  3. cd upld
  4. rem
  5. rem rq = means registration required!
  6. rem
  7. rem 'ONLY' (4) variables %4-%7! Limit do to QMODEM command line.
  8. rem ha on=Hardware Handshake CTS  (RTS/CTS)
  9. rem pB8192=write to disk every 8k GSZ & DSZ.EXE
  10. rem NOTE: pB4096 is the limit for DSZ.COM
  11. rem -m=MobyTurbo, faster than CRC-32
  12. rem -Z=use compression (unless in MobyTurbo)
  13. rem -k=NO auto-shift, can add 2-3% speed increase  (rq)
  14. rem pW1=if an error occurs, this will wait for <CR> before exiting  (rq)
  15. rem
  16. ..\gsz port %2 speed %1 ha on pB8192pW1 sz -mZk %4 %5 %6 %7
  17. cd ..
  18.